 body {
      position: relative; 
  }
  a{
  	text-decoration: none;
  }
  .affix {
      top:0;
      width: 100%;
      z-index: 9999 !important;
  }
  .navbar {
      margin-bottom: 0px;
  }

  .affix ~ .container-fluid {
     position: relative;
     /*top: 50px;*/
  }

.center{
	/*margin:0 auto ;*/
}
.top_header,.search,.footer{
	background-color: #0072c5;
	color: #fff;
	/*height: 10px;*/
}

.footer a
{
  color: #fff;
}
.logo span{
	padding-left: 10px;
}
.info{
	padding-top: 3%;
}
.info span{
	/*vertical-align: middle;*/
	/*display: inline;*/
	    
}
.modal-title {
    text-align: center;
}
.info1{
	padding-top: 1.5%;
}
/*menu*/
.navbar-custom{
	background-color: #0072c5;
	border-color:  #0072c5; 
	border-radius: 1px;
}
.navbar-inverse .navbar-nav > li > a{
	color: #fff;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #005AA7;
}

.navbar {
    margin-bottom: 0;
}
/*search bar*/
.search{
	padding-top: 15px;
	padding-bottom: 15px;
}
.search select{
	width: 100%;
	color: #aaa;
	padding: 0px 2px;
}
.search select option{
	color: #000;
}
.search button{
	/*width: 100%;*/
	background-color: #00adef;
	border: none;
	color: #fff;
	font-weight: bold;
	padding: 7px 25px;
    border-radius: 3px 3px;
}

.clients,.enquiry{
	/*border:1px solid red;*/
	border:2px solid #eee;
	/*height: 300px;*/
	border-radius: 10px;
	padding: 0;
	/*position: relative;*/

}
.clients h3,.enquiry h3{
	background-color: #eee;
	margin-top: 0;
	padding: 12px;
	width: 100%;
	border-radius: 10px 10px 0px 0px;
}
.s6{
	padding: 5% 0;
}
.client_inner img{
	border: 1px solid #eee;
	margin: 15px 0;
}
.form-group{
	/*margin: 9% 6% 6% 7%;*/
 
}
.suscribe{
	background-color: #ebe9ea;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
	background-color: #005AA7;
}

.navbar-nav li .dropdown-menu{
	background-color: #0072c5;
    border-color: #0072c5;
    border-radius: 1px;
}
.dropdown-menu li a:hover{
    background-color: #0072C5;
    background: #0072C5;
	color: #fff;
}
.dropdown-menu li{
	padding-top: 5px;
}
.dropdown-menu li a{
	color: #fff;
}
.dropdown-menu > li > a:focus{
    color: #fff;
    text-decoration: none;
    background-color: #005AA7;
}
.maincontainer{
	margin-top: 20px;
	margin-bottom: 20px;
}

.maincontainer > div > div{
	/*border: 1px solid;*/
	background-color: #edf3fc;
	color: #555;
	border-radius: 25px;
}
.inner-container{
  margin-left: 10px;
}
.contact{
	margin-left: -10px;
}
.inner-container figcaption{
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	color: #0072C5;
}
.country{
	color: #0072C5;
}
.maincontainer p{
	/*font-family: calibri;*/
	/*font-size: 16px;*/
}
.contact h2, .contact b, .inner-container h2{
	color: #0072C5;
	font-weight: bold;
	text-transform: uppercase;
	/*font-variant: small-caps;*/
	font-family: times;
}

.representative{
	text-align: center;
}
.representative img{
	margin: auto;
}

.representative h3{
	color: #0072C5;
	font-weight: bold;
}

.panel-default > .panel-heading {
    /*color: #fff;
    letter-spacing: 1px;
    background-color: #0072C5;
    border-color: #ddd;
    font-family: times;*/
    background-color: #0072C5;
  	color: #fff;
  	background-image: url();
  	cursor: pointer;

}
.panel-default{
	border-color: #005AA7;
    border-radius: 8px !important;
    overflow: hidden;
}
.panel-title{
  font-weight: bold;
}

.recruitment p , .recruitment table, .recruitment img{
	margin-left: 20px;
}

.recruitment h3{
	color: #0072C5;
	font-weight: bold;
}

.visa {
	/*border: 1px solid;*/
	padding: 10px;
}
.visa ol li,.documents ol li,.documents ul li{
	padding-top: 3px;
	/*font-family: calibri;*/
	/*font-size: 16px;*/
}
.documents{
	margin-left: 20px;
}
.documents > div{
	margin-left: 20px;
	/*border: 1px solid;*/
}

.documents ul{
	list-style-type: none;
}

.authentication ol{
	padding-left: 20px;
	text-align: left;
}
.authentication table, .authentication th{
	text-align: center;
}
.authentication ol li{
	padding-top: 5px;
	padding-bottom: 5px;
	/*font-family: calibri;*/
	/*font-size: 16px;*/
}
.has-error input{
  border-width: 1px;
}
.jobsearch{
  border:1px solid;
  margin-bottom:20px;
  padding:5px;
  box-shadow:0 0 20px #777;
  border-radius:10px;
  background:#fff;
}
/*gallary*/

.gal-container{
    padding: 12px;
}
.gal-item{
    overflow: hidden;
    padding: 6px;
    border-radius: 6px;
    transition:box-shadow 0.5s;
}
.gal-item:hover{
  box-shadow: 0px 0px 12px #777;
  /*border: 1px solid;*/
}

.gal-item .box{
    height: 150px;
    overflow: hidden;
}
.box img{
    height: 100%;
    width: 100%;
    object-fit:cover;
    -o-object-fit:cover;
}
.gal-item a:focus{
    outline: none;
}
.gal-item a:after{
    content:"\e140";
    font-family: 'Glyphicons Halflings';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    right: 12px;
    left: 12px;
    top: 12px;
    bottom: 12px;
    text-align: center;
    line-height: 140px;
    font-size: 16px;
    color: #fff;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
    /*opacity: 1;*/
    /*font-size: 30px;*/
}

.modal-open .gal-container .modal{
    background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
    padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
    outline: none;
}
.modal-open .gal-item button.close span{
    position: relative;
    top: -3px;
    font-weight: lighter;
    text-shadow:none;
}

.gal-container .modal-dialog {
    width: 40%;
    height: 80%;
}
.gal-container .description{
    position: relative;
    height: 40px;
    top: -40px;
    padding: 10px 25px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-align: left;
}
.gal-container .description h4{
    margin:0px;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 30%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (max-width: 480px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (min-width: 481px) and (max-width: 767px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}


@media only screen and (min-width: 481px) and (max-width: 767px){
  .logo{
    padding: 0;
    margin: auto;
  }
  .content img{
    margin: auto;
  }
  .about{
    padding-left: 0;
    text-align: center;
    margin: auto;
  }
  .social{
    display: block;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px){
  .logo{
    padding: 0;
    margin: auto;
  }
  .content img{
    margin: auto;
  }
  .about{
    padding-left: 0;
    text-align: center;
    margin: auto;
  }
  .social{
    display: block;
    margin: auto;
  }
}
